lockbutton: Fix up the template
authorMatthias Clasen <mclasen@redhat.com>
Sun, 3 Jan 2016 15:42:13 +0000 (10:42 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 3 Jan 2016 15:42:13 +0000 (10:42 -0500)
I forgot to clean this up when switching to a stack.

gtk/ui/gtklockbutton.ui

index 309a783157c5dd01e9b2936d827f966bdfefe4f0..c07697146054eb34f7761585e5c7d463565e5772 100644 (file)
                 <property name="xalign">0</property>
                 <property name="label" translatable="yes">Lock</property>
               </object>
-              <packing>
-                <property name="fill">0</property>
-                <property name="position">1</property>
-              </packing>
             </child>
             <child>
               <object class="GtkLabel" id="label_unlock">
                 <property name="xalign">0</property>
                 <property name="label" translatable="yes">Unlock</property>
               </object>
-              <packing>
-                <property name="fill">0</property>
-                <property name="position">2</property>
-              </packing>
             </child>
           </object>
         </child>
       </object>
     </child>
   </template>
-  <object class="GtkSizeGroup" id="label_group">
-    <property name="mode">both</property>
-    <widgets>
-      <widget name="label_lock"/>
-      <widget name="label_unlock"/>
-    </widgets>
-  </object>
 </interface>